home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-1.iso / Files / Bus / S / S7P 3.6 Manual.sit / S7P 3.6 Manual.rsrc / TEXT_139.txt < prev    next >
Encoding:
Text File  |  1993-11-14  |  1.8 KB  |  44 lines

  1. Using System 7 Pack with UserLand Frontier‚Ñ¢
  2.  
  3. We provide a glue table for Frontier‚Ñ¢ users to simplify access to Sytstem 7 Pack‚Ñ¢'s AppleEvents.
  4.  
  5. To install these commands into Frontier‚Ñ¢, simply double-click on the file called "FourthDimension. Frontier". If Frontier‚Ñ¢ isn't already running, it will start up. Frontier‚Ñ¢ will ask you for the name of the table to import. Accept the default name of 'System.verbs.apps.FourthDimension'.
  6.  
  7. The following new verbs will be added to Frontier‚Ñ¢:
  8.  
  9. FourthDimension.countFiles()
  10. Returns the number of files in your database.
  11.  
  12. FourthDimension.countFields(fileno)
  13. Returns the number of fields in the specified file.
  14.  
  15. FourthDimension.fileName(fileno)
  16. Returns the name of the specified file.
  17.  
  18. FourthDimension.fieldName(fileno,fieldno)
  19. Returns the name of the specified field.
  20.  
  21. FourthDimension.currentRecord(fileno)
  22. Returns the current record number in the specified file.
  23.  
  24. FourthDimension.recordsInSelection(fileno)
  25. Returns the number of records currently selected in the specified file.
  26.  
  27. FourthDimension.fieldInfo(fileno,fieldno,@table)
  28. Inserts information about the specified field in a table. The following entries will be created:
  29.     ----    Name of the field
  30.   FTYP    a numeric code indicating the field type
  31.           (See 4D¬Æ's Language Reference manual)
  32.  
  33. FourthDimension.getField(fileno,fieldno)
  34. Returns the contents of the specified field in the current record.
  35.  
  36. FourthDimension.doScript(command)
  37. Executes almost any 4D¬Æ command. In pre-3.0 versions of 4D, don't  execute a command which changes the current record or selection while a record is being displayed in an imput layout or data may be lost.
  38.  
  39. FourthDimension.buildOutline(@outline)
  40. Builds an outline describing the database structure.
  41.  
  42. FourthDimension.extractData(fileno,@outline)
  43. Builds an outline containing all data in the specified file.
  44.